home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / compacros.amirx < prev    next >
Text File  |  1999-07-05  |  860b  |  19 lines

  1. /* Quote File Auto Converted to Arexx by Zonkerz */
  2. xx=random(1,12,time('s'))
  3. select
  4. when xx=1 then a="PCMCIA     People Can't Memorize Computer Industry Acronyms"
  5. when xx=2 then a="ISDN       It Still Does Nothing"
  6. when xx=3 then a="APPLE      Arrogance Produces Profit-Losing Entity"
  7. when xx=4 then a="SCSI       System Can't See It"
  8. when xx=5 then a="DOS        Defunct Operating System"
  9. when xx=6 then a="BASIC      Bill's Attempt to Seize Industry Control"
  10. when xx=7 then a="IBM        I Blame Microsoft"
  11. when xx=8 then a="DEC        Do Expect Cuts"
  12. when xx=9 then a="CD-ROM     Consumer Device, Rendered Obsolete in Months"
  13. when xx=10 then a="OS/2       Obsolete Soon, Too."
  14. when xx=11 then a="WWW        World Wide Wait"
  15. when xx=12 then a="MACINTOSH  Most Applications Crash; If Not, The Operating System Hangs"
  16. end
  17. 'say 7 Computer Acronyms:3' A
  18. exit
  19.